home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 22
/
CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso
/
PowerPC
/
Programming
/
ucb_logoPPC
/
source
/
nographics.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-06-25
|
135 b
|
13 lines
/* A dummy graphics implementation for Unix */
#ifdef X_DISPLAY_MISSING
int pw, ph, pc, pm, pv, px, py, bg;
void nop()
{
}
#endif